> ## Documentation Index
> Fetch the complete documentation index at: https://sequence-0fb8d9e6-api_docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Unreal Embedded Wallet Setup

> Quickstart Documentation for Sequence's Unreal SDK.

<Steps>
  <Step title="Configure your Unreal Project">
    Create a project on [Sequence Builder](https://sequence.build) and download your config file as shown below.

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-api_docs/CmKz04BVDGuy1x-Z/images/unreal/builder_config_file.png?fit=max&auto=format&n=CmKz04BVDGuy1x-Z&q=85&s=cec6833c7fa069a73aff60b72ac7f827" width="1696" height="1398" data-path="images/unreal/builder_config_file.png" />
    </Frame>

    Make sure to fill in the required fields:

    * **ProjectAccessKey:** Your Project Access Key from your [Builder project.](https://sequence.build/)
  </Step>

  <Step title="Integrate Login">
    Start by creating the [Sequence Login Window](/sdk/unreal/bootstrap#login) widget. This gives you quick access
    to our login methods. Checkout the [authentication](/sdk/unreal/wallets/embedded-wallet/onboarding/authentication#requirements) section on how to
    configure each login method.

    Learn how to manually [integrate login methods](/sdk/unreal/wallets/embedded-wallet/onboarding/authentication) such as Google, Apple, or PlayFab.

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-api_docs/CmKz04BVDGuy1x-Z/images/unreal/boilerplate_login.png?fit=max&auto=format&n=CmKz04BVDGuy1x-Z&q=85&s=d0d1a88252ec6f89c5af540ea8b22981" width="1141" height="600" data-path="images/unreal/boilerplate_login.png" />
    </Frame>
  </Step>

  <Step title="Bootstrap your Game">
    Sequence's Unreal SDK includes a variety of Boilerplates to help you quickly start your game.
    Once everything is configured, you can create widgets to display an Inventory, Wallet View, or In-Game Store.
    Checkout [how to integrate a Player Profile](/sdk/unreal/bootstrap#player-profile) using just three Blueprint nodes to view and send funds.

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-api_docs/CmKz04BVDGuy1x-Z/images/unreal/boilerplate_profile.png?fit=max&auto=format&n=CmKz04BVDGuy1x-Z&q=85&s=dac52d37dc9ed418489240cc5a46b193" width="1141" height="600" data-path="images/unreal/boilerplate_profile.png" />
    </Frame>
  </Step>
</Steps>
